Auto merge of #1123 - alexcrichton:issue-1037, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 6 Jan 2015 02:21:22 +0000 (02:21 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Jan 2015 02:21:22 +0000 (02:21 +0000)
commit4a0154d4201d99bb7b091764a32c062edef53ff4
tree6d9c5c5b9bbb610190bf4853b46fe530b01504e7
parent56e931441ad9cbf949c76c73c90c15f7442ae0c8
parent5be647ef2e150880931c05f6d14809fb191e0c0b
Auto merge of #1123 - alexcrichton:issue-1037, r=alexcrichton

Now that the compiler supports the notion for a "dependency lookup path" Cargo
can specify this information to the compiler in order to prevent transitive
dependencies from being imported.

Closes #1037